#------------------------------------------------------------------------------#
#                   OFFICIAL DEBIAN REPOS                    
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://ftp.ch.debian.org/debian/ experimental main contrib non-free 
deb-src http://ftp.ch.debian.org/debian/ experimental main contrib non-free 

###### Debian Update Repos
deb http://security.debian.org/ experimental/updates main contrib non-free 
deb http://ftp.ch.debian.org/debian/ experimental-proposed-updates main contrib non-free 
deb-src http://security.debian.org/ experimental/updates main contrib non-free 
deb-src http://ftp.ch.debian.org/debian/ experimental-proposed-updates main contrib non-free 

#------------------------------------------------------------------------------#
#                      UNOFFICIAL  REPOS                       #
#------------------------------------------------------------------------------#

###### 3rd Party Binary Repos

#### Debian Multimedia - http://deb-multimedia.org/
## Run this command: apt-get update && apt-get install deb-multimedia-keyring && apt-get update
deb http://www.deb-multimedia.org experimental main non-free

#### Lazarus - http://www.lazarus.freepascal.org/
## Run this command:  gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F  && gpg --export --armor 0F7992B0  | apt-key add -
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe

#### Mono for Debian - https://pkg-mono.alioth.debian.org/
deb http://debian.meebey.net/experimental/mono /

#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam

#### Unofficial Maintainer - http://unofficial.debian-maintainers.org/
## Run this command: wget -q -O - http://unofficial.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -
deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted

#### Webmin - http://webmin.com/
## Run this command: wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
deb http://download.webmin.com/download/repository sarge contrib


####### 3rd Party Source Repos

#### Unofficial Maintainer (Source) - http://unofficial.debian-maintainers.org/
## Run this command: wget -q -O - http://unofficial.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -
deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted 



